home *** CD-ROM | disk | FTP | other *** search
- @echo off
- echo DOOM with Terminator 2 Sounds v1.01 (2-11-94)!
- echo Works with Shareware and Registerd Versions!
- echo
- if not exist dmaud.exe goto dmauderror
- if not exist ??.wav goto nowaves
- if exist doom.wad goto start
- if exist doom1.wad goto shareware
- :dmauderror
- echo ERROR: DMAUD.EXE cannot be found in current directory.
- goto error
- :nowaves
- echo ERROR: No .WAV files found in current directory.
- goto error
- :shareware
- echo Copying the new sounds to the DOOM.WAD file...
- echo
- dmaud 01 -s 01.wav -x
- dmaud 02 -s 02-1.wav -x
- dmaud 03 -s 03.wav -x
- dmaud 08 -s 08.wav -x
- dmaud 09 -s 09.wav -x
- dmaud 11 -s 11-3.wav -x
- dmaud 14 -s 14.wav -x
- dmaud 15 -s 15.wav -x
- dmaud 16 -s 16.wav -x
- dmaud 17 -s 17.wav -x
- dmaud 18 -s 18-1.wav -x
- dmaud 19 -s 19.wav -x
- dmaud 20 -s 20.wav -x
- dmaud 21 -s 21.wav -x
- dmaud 22 -s 22.wav -x
- dmaud 23 -s 23.wav -x
- dmaud 24 -s 24.wav -x
- dmaud 25 -s 25.wav -x
- dmaud 26 -s 26.wav -x
- dmaud 27 -s 27.wav -x
- dmaud 29 -s 29.wav -x
- dmaud 30 -s 30.wav -x
- dmaud 31 -s 31.wav -x
- dmaud 36 -s 36.wav -x
- dmaud 37 -s 37.wav
- dmaud 38 -s 38.wav -x
- dmaud 39 -s 39.wav -x
- dmaud 40 -s 40.wav -x
- dmaud 41 -s 41.wav -x
- dmaud 42 -s 42.wav -x
- dmaud 43 -s 43.wav
- dmaud 44 -s 44.wav -x
- dmaud 48 -s 48.wav -x
- echo Success!
- goto end
- :start
- echo Copying the new sounds to the DOOM.WAD file...
- echo
- dmaud 01 -s 01.wav -x
- dmaud 02 -s 02-1.wav -x
- dmaud 03 -s 03.wav -x
- dmaud 08 -s 08.wav -x
- dmaud 09 -s 09.wav -x
- dmaud 11 -s 11-3.wav -x
- dmaud 14 -s 14.wav -x
- dmaud 15 -s 15.wav -x
- dmaud 16 -s 16.wav -x
- dmaud 17 -s 17.wav -x
- dmaud 18 -s 18-1.wav -x
- dmaud 19 -s 19.wav -x
- dmaud 20 -s 20.wav -x
- dmaud 21 -s 21.wav -x
- dmaud 22 -s 22.wav -x
- dmaud 23 -s 23.wav -x
- dmaud 24 -s 24.wav -x
- dmaud 25 -s 25.wav -x
- dmaud 26 -s 26.wav -x
- dmaud 27 -s 27.wav -x
- dmaud 29 -s 29.wav -x
- dmaud 30 -s 30.wav -x
- dmaud 31 -s 31.wav -x
- dmaud 36 -s 36.wav -x
- dmaud 37 -s 37.wav
- dmaud 38 -s 38.wav -x
- dmaud 39 -s 39.wav -x
- dmaud 40 -s 40.wav -x
- dmaud 41 -s 41.wav -x
- dmaud 42 -s 42.wav -x
- dmaud 43 -s 43.wav
- dmaud 44 -s 44.wav -x
- dmaud 48 -s 48.wav -x
- dmaud 50 -s 50.wav -x
- echo Success!
- goto end
- :error
- echo Aborting....
- echo
- :end
-